Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌿 Fern Regeneration -- Introduce v3 SDK #66

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

fern-api[bot]
Copy link
Contributor

@fern-api fern-api bot commented Jan 26, 2024

We now use 🌿 Fern to generate our Go SDK. While this releasing has breaking changes, it comes with several quality of life upgrades:

  • Endpoint coverage: All endpoints that are supported in our Node SDK are
    now also supported in Go.
  • Resource-scoped SDK methods: Endpoints are scoped under their resource. For
    example, instead of courier.DeleteBrands the SDK now reads courier.Brands.Delete(...)
  • Docs on Hover: All endpoint and parameter level documentation that you see
    on our docs website are now embedded directly within the SDKs.
  • Strongly Typed: The SDK now contains types for all of our modles -- including
    complex unions like ContentMessage and TemplateMessage.
  • Retries with Exponential Backoffs: The SDK now supports retries with exponential
    backoff.

@dsinghvi dsinghvi changed the title 🌿 Fern Regeneration -- January 26, 2024 🌿 Fern Regeneration -- Introduce v3 SDK Jan 26, 2024
@dsinghvi dsinghvi requested a review from tk26 January 26, 2024 16:40
@dsinghvi dsinghvi merged commit 69fc4f8 into master Jan 26, 2024
2 checks passed
@dsinghvi dsinghvi deleted the fern-bot/01-26-2024-0221PM branch January 26, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants